.fulfillmentu_item {
padding: 15px 0;
}

.bg_2l {
    display:none;
}

.container_international {
    padding: 0 15px;
}

.nn2 span {
	font-size: 1.3em;
}

.right_2b {
	z-index: 2;
	height: 600px;
	border-radius: 12px;
	display: block !important;
}


.fulfillmentu {
	height: fit-content;
	margin: auto;
	display: grid;
	border-radius: 12px;
	align-items: center;
	padding: 10px;
    row-gap: 15px;
    overflow-x: clip;
}

.fulfillmentu_text {
	width: auto;
	margin: 40px 20px;
}

.head_upper {
	text-transform: uppercase;
	font-weight: 600;
	width: fit-content;
	padding: 15px;
	border-radius: 3px;
}
.svg_list {
width: 50px;
    height: 50px;
    fill: #fff;
}
.line_dot {
	border-left: 1px dashed var(--deep_dark);
	height: 25px;
	width: 1px;
	margin-left: 15px;
}
.ul_fulfillmentu {
  list-style: none;
  font-size: 1.2em;
padding:0;
}
.nav_inner_item.v2 {
    padding-left: 0;
    display: grid;
	grid-template-columns: 50px auto;
	column-gap: 8px;
}
.svg_list_2 {
  width: 12px;
  height: 12px;
  fill: var(--deep_dark_2);
}
.svg_center {
  margin-left: 34px;
}

@media only screen and (min-device-width: 1200px) {
.fulfillmentu {
	width: 1200px;
	height: fit-content;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto;
	border-radius: 12px;
	align-items: center;
	padding: 10px;
}

.bg_2l {
    position: absolute;
	z-index: 1;
	margin-left: -360px;
}

.container_international {
    padding: 0;
}

.head_upper {
	text-transform: uppercase;
	font-weight: 600;
	width: fit-content;
	padding: 15px;
	border-radius: 3px;
}

.right_2b {
	z-index: 2;
	height: 600px;
	border-radius: 12px;
	margin-left: -25px;
	display: block !important;
}

.svg_list {
width: 50px;
    height: 50px;
    fill: #fff;
}
.line_dot {
	border-left: 1px dashed var(--deep_dark);
	height: 25px;
	width: 1px;
	margin-left: 15px;
}
.ul_fulfillmentu {
  list-style: none;
  font-size: 1.2em;
}
.nav_inner_item.v2 {
    padding-left: 0;
	display: grid;
	grid-template-columns: 50px auto;
	column-gap: 8px;
}
.svg_list_2 {
  width: 12px;
  height: 12px;
  fill: var(--deep_dark_2);
}
.svg_center {
  margin-left: 34px;
}
.fulfillmentu_text {
  width: 400px;
  margin: 40px;
}
}
